home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / os2 / freetype.zip / readme.1st < prev    next >
Text File  |  1996-09-07  |  2KB  |  53 lines

  1.                                                       
  2.         Welcome to the early alpha of the FreeType Project !
  3.  
  4. FreeType is the name of a single-man project dedicated to writing a FREE
  5. TrueType engine and making its source code available. If you think you can
  6. help, please write to the author whose address can be found below..
  7.  
  8. Please read the file 'FREETYPE.TXT' for more info.
  9.  
  10. This version of the source code is a very early alpha. I started this
  11. project in late December 1995, but had to stop it nearly completely for
  12. various personnal matters around Feb 96. My work and social life won't 
  13. let me polish it before Christmas 96, which is why I prefered giving this
  14. source away, in the hope that someone could alreday find it useful.
  15.  
  16. It was developped using both Borland Pascal on DOS and Virtual Pascal
  17. on OS/2 ( a must-have of a compiler !! ).
  18.  
  19. The rasterizer is nearly completed. It works extremely well but lacks
  20. some minor features that won't be of importance until the interpreter is
  21. fully debugged and functionnal. So what you get now is a very good library
  22. to display  non-hinted TrueType chars, plus several lines of code forming
  23. an already  solid interpreter and a debugger..
  24.  
  25. The rasterizer is quite advanced, and is able to take advantage of the
  26. memeory available. When memory is scarce, it will sub-band the work to
  27. render with the same quality, only taking slightly more time..
  28.  
  29. ( And most of the comments have been translated into english )
  30.  
  31. I would like to see ports to Delphi 1 and 2, I don't think this should be
  32. a great problem. I have not the time ( nor the software :) to do it right now
  33.  
  34. Please send me any of the modifications you could find useful so that I 
  35. include it in this distribution. Thanks in Advance..
  36.  
  37. This software is provided AS IS, as you might already suspect :-)
  38.  
  39.  
  40. Please let me know your feedback, I'll be happy to discuss about the
  41. engine.
  42.  
  43.  
  44. - David TURNER
  45.  
  46.   Student at Telecom ( Paris )
  47.  
  48.   turner@enst.fr
  49.  
  50.   32 rue de Tolbiac
  51.   75013 Paris.
  52.  
  53.